home *** CD-ROM | disk | FTP | other *** search
/ Sports Illustrated for Kids - Awesome Athletes! / Sports Illustrated for Kids - Awesome Athletes!.iso / iv.dir / 00057.ls < prev    next >
Encoding:
Text File  |  1996-04-19  |  138 b   |  9 lines

  1. on exitFrame
  2.   global givGuestStarList
  3.   if count(givGuestStarList) < 1 then
  4.     go("ivFinish")
  5.   else
  6.     go("ivGuestStar")
  7.   end if
  8. end
  9.